./mysql-uroot-p ( in the bin directory, start Go directly to MySQL (because the password is just set to 123456, so the return will be an error ./mysql-uroot-p( again in the bin directory, start Enter password 123456, successfully enter mysql> instructions All OK, close the Command line window Two. Installing Mysqlworkbench 2.1 Why? In order to more easily manage the MySQL database (MySQL database is equivalent to a heap of data stored in the computer warehouse, in order to facilitate
default admin account and customize it, you need to do the following(1) in the terminal, login to the specific database (OpenFire)Mysql-u root-p OpenFireThen enter the root password of the database(2) Delete the admin account in the table "Ofuser"Delete from Ofuser where username= ' admin ';(3) Create a custom administrator (user name: Xiaodao, Password: 123)INSERT into Ofuser (username, Plainpassword, Encryptedpassword, name, email, creationdate, modificationdate) VALUES (' Xia Odao ', ' 123 '
tables in this libraryShow tables;(4) Show the structure of a table (table1)Describe Table1;(5) Building a libraryCreate database name;(6) Building a tableUse library name; CREATE table table name (field settings list);(7) Delete the librarydrop database name;(8) by deleting the tabledrop table name;(9) Empty the records in the tableDelete from table name;(10) display the records in the tableSELECT * from table name;Vi. quitting MySQLExitSeven, start and stop MySQLStart/usr/local/mysql/share/my
First, installationDownload MySQL installable DMG version to MySQL official online http://dev.mysql.com/downloads/mysql/For example:Mac OS X ver. 10.9 (x86, 64-bit), DMG ArchiveThe downloaded files are: mysql-5.6.26-osx10.9-x86_64.dmg1. Click, install in the package2. After installation, the other system preferences will appear as follows:3. Click this icon to jump out of the dialog boxClick the start MySQL server button to start MySQLSecond, open the terminal, define the MySQL alias1. Edit the.
1. Build server-Installation sequence-(Mysql->openfire->spark)Database: MySQLServer Management tools: OpenFireTest tool: SparkMySQL installation http://www.cnblogs.com/xiaodao/archive/2013/04/04/2999426.htmlNote: At the end of the terminal to execute the MySQL command, the last to be sealed number (;)OpenFire installation http://www.cnblogs.com/xiaodao/archive/2013/04/05/3000554.htmlBackground Management interface: http://localhost:9090/index.jspLogin name and password default is Admin adminServ
========================================================== =============================== Original blog, reprinted please declare the source of Electronic coffee (original id blue rock) ========================================================== ================================
I recently planned to create my own blog (WordPress). So I applied for two domain names on www.net.cn and then bought a virtual host for one year. Now my website is still
Freshman's first exposure to new things in the company's background is always curious.
However, the company uses the traditional SSH framework to build the background, so we basically have been writing business and writing business.
In addition, a friend copied a website for downloading XX movies, and suddenly raised my desire to build a personal website.
No Web experience, no development experience for large websites, no practical development experience in CSS, JS, and HTML.
Are you familiar w
Tags: download blank project directory PNG ext domain ONS ICA log1. Server Environment Requirements
PHP 5.2.4 or later
MySQL 5.0 or later
Apache mod_rewrite module (optional, to support "fixed link" and "Site Network" features)
Select Install: XAMPP2, XAMPP installation xammpp downloadAdministrator rights to execute the SUDO/APPLICATIONS/XAMPP/XAMPPFILES/XAMPP start commandIf Apache, MySQL, and ProFTPD are shown OK, the installation is successful. If the following error in
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.